home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / relnotes / websupport_eoe / ch1.z / ch1
Encoding:
Text File  |  2001-04-17  |  3.9 KB  |  136 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        1.  _I_n_t_r_o_d_u_c_t_i_o_n
  9.  
  10.        WebSupport is a collection of C++ classes providing an easy
  11.        to use communications layer API for World Wide Web
  12.        protocols.  Here are some features provided by websupport:
  13.  
  14.           +o libwio provides low-level interface designed to be
  15.             similar to file I/O calls like open(), read() and
  16.             write() so that existing applications can be made web-
  17.             aware with minimal redesign.
  18.  
  19.           +o libwebfetch class WebFetch provides higher-level
  20.             interface that handles prioritized fetching with a
  21.             transparent cache suitable for use in a separate
  22.             thread.
  23.  
  24.           +o libwebfetch class XWebFetch provides the function of
  25.             WebFetch with an easy to use Xt level interface that
  26.             handles all asynchronous fetching
  27.  
  28.           +o Built in cache for high performance surfing
  29.  
  30.           +o resource database mechanism, for setting parameters to
  31.             the library
  32.  
  33.           +o Blocking and non-blocking operation to allow for
  34.             asynchronous I/O
  35.  
  36.           +o mime-type and mailcap file utility routines
  37.  
  38.           +o integrated SOCKS support
  39.  
  40.             This document contains the following chapters:
  41.  
  42.               1.  Introduction
  43.  
  44.               2.  Installation Information
  45.  
  46.               3.  Changes and Additions
  47.  
  48.               4.  Bug Fixes
  49.  
  50.               5.  Known Problems and Workarounds
  51.  
  52.               6.  Documentation Errors
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.        1.1  _R_e_l_e_a_s_e__I_d_e_n_t_i_f_i_c_a_t_i_o_n__I_n_f_o_r_m_a_t_i_o_n
  75.  
  76.        Following is the release identification information for
  77.        WebSupport:
  78.  
  79.                                       WebSupport
  80.        SSSSooooffffttttwwwwaaaarrrreeee PPPPrrrroooodddduuuucccctttt
  81.  
  82.                                       1.3
  83.        VVVVeeeerrrrssssiiiioooonnnn
  84.  
  85.                                       SC4-XXXX-X.X
  86.        PPPPrrrroooodddduuuucccctttt CCCCooooddddeeee
  87.  
  88.                                       IRIX 6.2, IRIX 6.3
  89.                                       or IRIX 6.4
  90.        SSSSyyyysssstttteeeemmmm SSSSooooffffttttwwwwaaaarrrreeee RRRReeeeqqqquuuuiiiirrrreeeemmmmeeeennnnttttssss
  91.  
  92.  
  93.  
  94.  
  95.        1.2  _O_n_l_i_n_e__R_e_l_e_a_s_e__N_o_t_e_s
  96.  
  97.        After you install the online release notes for a product
  98.        (the _r_e_l_n_o_t_e_s subsystem), you can view the release notes on
  99.        your screen.
  100.  
  101.        Note:  You can read the online release notes for most
  102.               products before installing the software.  Refer to
  103.               the booklet in your CD-ROM case for more information.
  104.  
  105.        If you have a graphics system, select ``Release Notes'' from
  106.        the Help submenu of the Toolchest. This displays the
  107.        _g_r_e_l_n_o_t_e_s(1) graphical browser for the online release notes.
  108.  
  109.        Refer to the _g_r_e_l_n_o_t_e_s(1) man page for information on
  110.        options to this command.
  111.  
  112.        If you do not have a graphics system, you can use the
  113.        _r_e_l_n_o_t_e_s command.  Refer to the _r_e_l_n_o_t_e_s(1) man page for
  114.        accessing the online release notes.
  115.  
  116.        1.3  _P_r_o_d_u_c_t__S_u_p_p_o_r_t
  117.  
  118.        Silicon Graphics, Inc., provides a comprehensive product
  119.        support maintenance program for its products.
  120.  
  121.        If you are in the U.S. or Canada and would like support for
  122.        your Silicon Graphics-supported products, contact the
  123.        Technical Assistance Center at (800)800-4SGI.  If you are
  124.        outside these areas, contact the Silicon Graphics subsidiary
  125.        or authorized distributor in your country.
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.